home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / doc / msmtp / README < prev   
Encoding:
Text File  |  2010-02-07  |  2.1 KB  |  47 lines

  1. msmtp is an SMTP client.
  2.  
  3. In the default mode, it transmits a mail to an SMTP server (for example at a 
  4. free mail provider) which does the delivery. 
  5. To use this program with your mail user agent (MUA), create a configuration 
  6. file with your mail account(s) and tell your MUA to call msmtp instead of 
  7. /usr/sbin/sendmail.
  8.  
  9. Features include:
  10. - Sendmail compatible interface (command line options and exit codes)
  11. - Many authentication methods
  12. - TLS encrypted connections (including server certificate verification and the
  13.   possibility to send a client certificate)
  14. - Support for Internationalized Domain Names (IDN)
  15. - DSN (Delivery Status Notification) support
  16. - RMQS (Remote Message Queue Starting) support (ETRN keyword)
  17. - PIPELINING support for increased transmission speed
  18. - IPv6 support
  19. - LMTP support
  20. - support for multiple accounts
  21.  
  22. msmtp runs on UNIX-like systems, Windows, and DOS.
  23. In particular, supported platforms include:
  24. GNU/Linux (glibc, uclibc or dietlibc), FreeBSD, NetBSD, OpenBSD, Solaris, AIX,
  25. HP-UX, MacOS X, OpenDarwin, Cygwin on Win32, Windows 9x/ME/NT/2000/XP/2003.
  26.  
  27. Optional features, depending on external libraries (see the file INSTALL for
  28. usage instructions):
  29. - TLS/SSL support
  30.   You need either GnuTLS >= 1.2.0 or OpenSSL >= 0.9.6 for TLS/SSL support.
  31.   It is also possible to disable TLS/SSL support entirely.
  32. - Additional authentication methods
  33.   The built-in authentication code supports the PLAIN, LOGIN, CRAM-MD5, and
  34.   EXTERNAL mechanisms. When GNU SASL support is enabled, some or all of the 
  35.   mechanisms EXTERNAL, GSSAPI, SCRAM-SHA-1, DIGEST-MD5, CRAM-MD5, PLAIN, LOGIN,
  36.   and NTLM are available, depending on the compile-time options used for
  37.   libgsasl. GNU SASL >= 0.2.4 is required.
  38. - Native language support (NLS)
  39.   On systems other than GNU/Linux, you need GNU gettext if you want NLS.
  40.  
  41. The homepage of this program is http://msmtp.sourceforge.net/
  42.  
  43. This program is free software; you can redistribute it and/or modify it under 
  44. the terms of the GNU General Public License (see the file COPYING) as published
  45. by the Free Software Foundation; either version 3 of the License, or (at your 
  46. option) any later version.
  47.